home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / PGM_TOOL / PREVIEW / ORGFILES / WPREVIEW.DFM / WPREVIEW.txt
Text File  |  1995-11-12  |  6KB  |  267 lines

  1. object Preview: TPreview
  2.   Left = 8
  3.   Top = 47
  4.   Width = 629
  5.   Height = 413
  6.   Caption = 'Screen Preview'
  7.   Color = clWhite
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   PixelsPerInch = 96
  14.   PopupMenu = PopupMenu1
  15.   Position = poDefault
  16.   Visible = True
  17.   WindowState = wsMinimized
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   TextHeight = 16
  22.   object Image1: TImage
  23.     Left = 4
  24.     Top = 52
  25.     Width = 613
  26.     Height = 333
  27.     OnMouseUp = Image1MouseUp
  28.   end
  29.   object Image2: TImage
  30.     Left = 4
  31.     Top = 52
  32.     Width = 613
  33.     Height = 333
  34.     OnMouseUp = Image2MouseUp
  35.   end
  36.   object Barcode1: TBarcode
  37.     Left = 532
  38.     Top = 60
  39.     Width = 80
  40.     Height = 32
  41.     BackColor = clWhite
  42.     Caption = 'Barcode1'
  43.     ForeColor = clBlack
  44.     Visible = False
  45.     BarWidth = 0
  46.     Direction = 0
  47.     Style = 3
  48.     UPCNotches = 3
  49.   end
  50.   object Panel1: TPanel
  51.     Left = 0
  52.     Top = 0
  53.     Width = 621
  54.     Height = 49
  55.     TabOrder = 0
  56.     object Label1: TLabel
  57.       Left = 124
  58.       Top = 28
  59.       Width = 41
  60.       Height = 16
  61.       Caption = 'Page>'
  62.       Font.Color = clBlack
  63.       Font.Height = -13
  64.       Font.Name = 'System'
  65.       Font.Style = [fsBold]
  66.       ParentFont = False
  67.     end
  68.     object Label4: TLabel
  69.       Left = 416
  70.       Top = 4
  71.       Width = 33
  72.       Height = 15
  73.       Caption = 'Go To'
  74.       Font.Color = clBlack
  75.       Font.Height = -12
  76.       Font.Name = 'Arial'
  77.       Font.Style = []
  78.       ParentFont = False
  79.     end
  80.     object Label5: TLabel
  81.       Left = 124
  82.       Top = 4
  83.       Width = 289
  84.       Height = 16
  85.       AutoSize = False
  86.       Caption = 'Label5'
  87.       Font.Color = clNavy
  88.       Font.Height = -12
  89.       Font.Name = 'Arial'
  90.       Font.Style = []
  91.       ParentFont = False
  92.     end
  93.     object Label6: TLabel
  94.       Left = 16
  95.       Top = 4
  96.       Width = 102
  97.       Height = 16
  98.       Caption = 'Current Printer>'
  99.       Font.Color = clBlack
  100.       Font.Height = -13
  101.       Font.Name = 'System'
  102.       Font.Style = [fsBold]
  103.       ParentFont = False
  104.     end
  105.     object Panel2: TPanel
  106.       Left = 460
  107.       Top = 8
  108.       Width = 137
  109.       Height = 29
  110.       BevelOuter = bvLowered
  111.       TabOrder = 0
  112.       object Label3: TLabel
  113.         Left = 12
  114.         Top = 8
  115.         Width = 34
  116.         Height = 16
  117.         Caption = 'Print:'
  118.       end
  119.       object BitBtn6: TBitBtn
  120.         Left = 52
  121.         Top = 4
  122.         Width = 33
  123.         Height = 21
  124.         Caption = '&All'
  125.         Font.Color = clGreen
  126.         Font.Height = -13
  127.         Font.Name = 'System'
  128.         Font.Style = [fsBold]
  129.         ParentFont = False
  130.         TabOrder = 0
  131.         OnClick = BitBtn6Click
  132.       end
  133.       object BitBtn1: TBitBtn
  134.         Left = 92
  135.         Top = 4
  136.         Width = 33
  137.         Height = 21
  138.         Caption = '&Pg'
  139.         Font.Color = clGreen
  140.         Font.Height = -13
  141.         Font.Name = 'System'
  142.         Font.Style = [fsBold]
  143.         ParentFont = False
  144.         TabOrder = 1
  145.         OnClick = BitBtn1Click
  146.       end
  147.     end
  148.     object Button1: TButton
  149.       Left = 288
  150.       Top = 24
  151.       Width = 53
  152.       Height = 21
  153.       Caption = '&Next'
  154.       TabOrder = 1
  155.       OnClick = Button1Click
  156.     end
  157.     object Button2: TButton
  158.       Left = 228
  159.       Top = 24
  160.       Width = 53
  161.       Height = 21
  162.       Caption = '&Prev.'
  163.       TabOrder = 2
  164.       OnClick = Button2Click
  165.     end
  166.     object Button3: TButton
  167.       Left = 168
  168.       Top = 24
  169.       Width = 53
  170.       Height = 21
  171.       Caption = '&First'
  172.       TabOrder = 3
  173.       OnClick = Button3Click
  174.     end
  175.     object Button4: TButton
  176.       Left = 348
  177.       Top = 24
  178.       Width = 53
  179.       Height = 21
  180.       Caption = '&Last'
  181.       TabOrder = 4
  182.       OnClick = Button4Click
  183.     end
  184.     object Edit1: TEdit
  185.       Left = 412
  186.       Top = 24
  187.       Width = 41
  188.       Height = 17
  189.       BorderStyle = bsNone
  190.       Font.Color = clBlack
  191.       Font.Height = -12
  192.       Font.Name = 'Arial'
  193.       Font.Style = []
  194.       ParentFont = False
  195.       TabOrder = 5
  196.       OnKeyPress = Edit1KeyPress
  197.     end
  198.     object Panel3: TPanel
  199.       Left = 8
  200.       Top = 24
  201.       Width = 109
  202.       Height = 21
  203.       BevelOuter = bvLowered
  204.       TabOrder = 6
  205.       object Label2: TLabel
  206.         Left = 4
  207.         Top = 4
  208.         Width = 101
  209.         Height = 16
  210.         Alignment = taCenter
  211.         AutoSize = False
  212.         Caption = 'Pg 1 of 1'
  213.         Font.Color = clNavy
  214.         Font.Height = -13
  215.         Font.Name = 'System'
  216.         Font.Style = [fsBold]
  217.         ParentFont = False
  218.       end
  219.     end
  220.   end
  221.   object PopupMenu1: TPopupMenu
  222.     Left = 588
  223.     Top = 8
  224.     object Close1: TMenuItem
  225.       Caption = 'Close'
  226.       OnClick = Close1Click
  227.     end
  228.     object N1: TMenuItem
  229.       Caption = '-'
  230.     end
  231.     object FirstPg1: TMenuItem
  232.       Caption = 'First Pg'
  233.       OnClick = FirstPg1Click
  234.     end
  235.     object PreviousPg1: TMenuItem
  236.       Caption = 'Previous Pg'
  237.       OnClick = PreviousPg1Click
  238.     end
  239.     object NextPg1: TMenuItem
  240.       Caption = 'Next Pg'
  241.       OnClick = NextPg1Click
  242.     end
  243.     object LastPg1: TMenuItem
  244.       Caption = 'Last Pg'
  245.       OnClick = LastPg1Click
  246.     end
  247.     object N3: TMenuItem
  248.       Caption = '-'
  249.     end
  250.     object GoToPg1: TMenuItem
  251.       Caption = 'Go To Pg #'
  252.       OnClick = GoToPg1Click
  253.     end
  254.     object N2: TMenuItem
  255.       Caption = '-'
  256.     end
  257.     object PrintAll1: TMenuItem
  258.       Caption = 'Print All'
  259.       OnClick = PrintAll1Click
  260.     end
  261.     object PrintPg1: TMenuItem
  262.       Caption = 'Print Pg'
  263.       OnClick = PrintPg1Click
  264.     end
  265.   end
  266. end
  267.